class methods meaning in Chinese
类方法:类方法通常是指的静态方法,即不需要实例化类就可以直接访问使用的方法。
Examples
- Com clients cannot access class methods directly
Com客户端无法直接访问类方法。 - Declare a typesafe reference to a class method
声明一个对类方法的类型安全的引用 - The base - class method then calls the equivalent method in the
然后,该基类方法在 - The derived class methods also include a method called
这些方法还调用基类的 - Class , those actions can be expressed as class methods
类,这些操作可以表示为类方法。